home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / docs / ReleaseNotes_1.3.txt < prev    next >
Text File  |  2009-06-10  |  5KB  |  88 lines

  1. Release Notes for Firebug 1.3
  2. Firebug 1.3 is Firebug 1.2 with additions by John J. Barton, Jan Odvarko, and more to come.
  3. Firebug 1.2 is Firebug 1.1 with additions by John J. Barton and Jan Odvarko.
  4. Firebug 1.1 is Firebug 1.05 by Joe Hewitt with additions by John J. Barton and Max Stepanov
  5.  
  6. == Not Panel Specific ==
  7.     
  8.     * FBTrace service (for internal Firebug debugging). 
  9.     * TraceConsole (for internal Firebug debugging)
  10.  
  11. == Javascript Debugging ==
  12.     * Script panel implemented with as viewport on source to improve performance on large JS files 
  13.     * Find debuggers by scope chain analysis rather than jsContext
  14.     * scope chain shows in watches panel (from contribution by kpdecker)
  15.  
  16. == Console ==
  17.     * reimplement console/command line to reduce chance of console undefined.
  18.  
  19. == DOM ==
  20.     * DOM properties alphabetical
  21.     
  22. == Net Panel ==
  23.     * Reimplement all response views with nsITraceableChannel
  24.     * Centralize handlers for http-on-modify-request in firebug-http-observer component
  25.     * Net panel timing improvements: more categories in timing.
  26.  
  27. == Tracing ==
  28.     * Add TraceConsole to aid debugging Firebug.
  29.     * FBTrace panel removed from X versions (TraceConsole instead)
  30.     * new option DBG_SPY for spy.js
  31.     * firebug-service tracing to traceConsole
  32.  
  33. == For Extensions ==
  34.     * add onApplyDecorator(sourceBox), allows annotation of source
  35.     * add module function isNeededGetReady() to signal a dependency and prepare for later use 
  36.         (debugger calls it to insure commandline is in for watches panel)
  37.         
  38. == Locales ==
  39.     * Internationalize via Babelizza; begin moving away from entities to properties.
  40.     * zh-CN locale update (contribution by lovelywcm)
  41.     * da-DK locale update (contribution by AlleyKat)
  42.     * sv-SE new locale (contribution by peter3)
  43.     * pl-PL locale update (contribution by Teo)
  44.     * nl-NL locale update (contribution by markh)
  45.     * add tranlator names to the about dialog
  46.  
  47. == Bug Fixes ==
  48.     * Issue 156: Sort DOM object properties alphabetically
  49.     * Issue 472: New console API - clear
  50.     * Issue 489: Array content is not printed in version 1.1 beta
  51.     * Issue 502:  Component is not available (SessionStore exception)
  52.     * Issue 548:  'open with editor' mangles non-ascii characters
  53.     * Issue 588:  DOM HTMLCollection/NodeList should be formatted like an array in the console
  54.     * Issue 789:  Using the console in the context of the current debugging stack
  55.     * Issue 814:  cd not working correctly
  56.     * Issue 874:  User object incorrectly identified as arrays
  57.     * Issue 882:  console.log() reports wrong source file and line number
  58.     * Issue 983:  GWT with Firebug on FF3 cause "listener is undefined"
  59.     * Issue 992: New zh-CN locale file for Firebug 1.2
  60.     * Issue 1000: console.group doesn't work
  61.     * Issue 1050: GMaps2.setCenter seems to wipe out console.log in 1.2.0b7
  62.     * Issue 1063: Spanish translation for 'script' shouldn't be 'gui≤n'
  63.     * Issue 1066: Tab completion fails for arrays
  64.     * Issue 1097: Inspect image tooltip confuses images from different tabs
  65.     * Issue 1107: Toggleing Table css properties breaks page permanently firebug 1.2.0b1
  66.     * Issue 1109: Missing POST information (empty POST tab)
  67.     * Issue 1110: Firebug doesn't respond (abclinuxu.cz) (very long URL)
  68.     * Issue 1121: "Open in Tab" does a POST request for a GET request
  69.     * Issue 1124: console.assert() doesn't work  
  70.     * Issue 1125: (partial) Net panel not working as expected (1.2.0) (issue 402 tested and works)
  71.     * Issue 1127: console fails to load into reload iframe (Frame > Reload Frame)
  72.     * Issue 1137: Forgets which JS file being viewed after switching away and back to Script tab
  73.     * Issue 1147: after refreshing page, text not shown properly
  74.     * Issue 1149: console.trace still not working
  75.     * Issue 1151: Break on all errors should not break when a watch is undefined
  76.     * Issue 1154: Debugger watch panel does not include closure variables, contribution kpdecker
  77.     * Issue 1159: Console results for "$x" incorrect
  78.     * Issue 1164: Firebug console no longer shows Array indicators
  79.     * Issue 1180: Show HTTP status code on all XHR requests in the console
  80.     * Issue 1190: 1.3.0 a3 with console enabled changes appearance of pages automaticallly
  81.     * Issue 1194: Firebug trims spaces from the lastmodified header
  82.     * Issue 1195: problems with xhr connection 
  83.     * Issue 1196: JavaScript logging is no longer displayed
  84.     * Issue 1198: Cannot expand line in FBTrace
  85.     * Issue 1199: "Reference error: url not defined" when calling monitor() contribution by tonysung
  86.     * Issue 1201: Both code and "script" disabled panel show up.
  87.     * Issue 1203: Step over causes Firebug to suspend on incorrect line after reload
  88.     * Issue 1206: showAllSources preference broken; contribution lezekdan